@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
:focus {
    list-style-type: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

.mt20 {
    margin-top: 20px;
}

ul,
li {
    list-style: none;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}


/*Ã§â€Â¨Ã¤ÂºÅ½Ã¦Â¸â€¦Ã©â„¢Â¤Ã¦ÂµÂ®Ã¥Å Â¨Ã¯Â¼Å’Ã¥â€ â€¦Ã¥Â®Â¹Ã¤Â¸Âº\200BÃ¦Å’â€¡Ã©â€ºÂ¶Ã¥Â®Â½Ã¥ÂºÂ¦Ã§Â©ÂºÃ¦Â Â¼Ã¯Â¼Å’Ã¥ÂÂ³Ã¥ÂÂ¯Ã§Å“ÂÃ§â€¢Â¥visible:hidden*/

.clearfix {
    *zoom: 1;
}

body {
    background: #f4f4f4;
    font-size: 16px;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜", Arial;
}

.w1200 {
    width: 1240px;
    margin: 0 auto;
}


/*header*/

.header {
    background: #fff;
    background:url(../images/header_bg.jpg) no-repeat center 0;
    position: relative;
}
.header:after{
    content: '';
    display: inline-block;
    width: 279px;
    height:170px;
    background: url(../images/header_bg_mzd.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 0;
}

.top {
    /* border-bottom: 1px solid #e5e5e5; */
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 9;
}

.top1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

.top1 .fl span {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
}

.top1 .fl span.weather {
    padding-top: 7px;
    margin-right: 0;
    height: 28px;
}

.top1 p.fr {
    color: #dedede;
}

.top1 p.fr a {
    padding: 0 15px;
}

.logo {
    padding: 28px 0;
}

.logo img {
    max-width: 90%;
}

.logoBox{
    position: relative;
    z-index: 9;
}

.set {
    height: 35px;
}

.set li {
    float: left;
    margin-right: 15px;
    text-align: center;
    background: url(../images/icon0.png) no-repeat right center;
}

.set li a {
    display: inline-block;
    line-height: 21px;
    padding: 0 15px 0 25px;
}

.set li.jft a {
    background: url(../images/icon1.png) no-repeat left center
}

.set li.wza a {
    background: url(../images/icon2.png) no-repeat left center;
    padding-left: 20px;
}

.set li.wx a {
    background: url(../images/icon3.png) no-repeat left center
}

.set li.wb a {
    background: url(../images/icon4.png) no-repeat left center
}

.set li.dl a {
    background: url(../images/icon5.png) no-repeat left center
}

.set li.zc a {
    background: url(../images/icon6.png) no-repeat left center;
    border: none;
}

.header-top-login {
    display: inline-block;
    color: #000;
}

.header-top-login span {
    margin-right: 24px;
}

.header-top-login span i {
    cursor: pointer;
    margin: 0 5px;
    font-weight: bold;
    font-style: normal;
}


/*Ã¦ÂÅ“Ã§Â´Â¢*/

.search {
    width: 40%;
    margin: 0 auto;
    padding-top: 46px;
}

.search input {
    border: none;
    float: left;
}

.searchInput {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    width: 80%;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
}

.searchBtn {
    height: 50px;
    line-height: 50px;
    background-color: #0a5491;
    background-image: url(../images/icon8.png);
    background-position: 15% center;
    width: 20%;
    text-align: center;
    padding-left: 10px;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}


/*Ã¥Â¯Â¼Ã¨Ë†Âª*/

.menu {
    height: 48px;
    line-height: 48px;
    background: #0a5491;
    position: relative;
    z-index: 9;
}

.nav {
    position: relative;
}

.nav>li {
    float: left;
    width: 16.6%;
    height: 48px;
    text-align: center;
    border-right: 1px solid #fff;
}

.nav>li:last-child {
    border: none;
}

.nav>li>a {
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.nav>li:nth-child(6) a{
    display:block;
    /* line-height: 48px; */
    /* padding:3px 15px; */
}
.nav>li.home span {
    background: url(../images/icon7.png) no-repeat left center;
    padding-left: 35px;
}

.nav>li.hover,
.nav>li:hover {
    background: #1c6bac;
}

.daohang {
    position: relative;
}

.daohang .subMenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9;
}

.daohang .subMenu li {
    text-align: center;
    display: none;
}

.daohang .subMenu li:nth-child(7){padding-left:785px !important;}

.daohang .subMenu li a {
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.daohang .subMenu li.on {
    display: block;
}

.main {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    ;
}

.footer {
    color: #333;
    padding: 30px 0;
    padding-bottom: 203px;
    font-size: 14px;
    background:url(../images/bottom_bg.jpg) no-repeat center bottom;
}
.foot {
    position: relative;
}
.foot ul {
    margin: 0 -11px;
}

.foot ul li {
    /* float: left; */
    /* padding: 0 11px; */
    box-sizing: border-box;
    /* height: 106px; */
}

.lxwm,
.bqsm,
.wzdt {
    width: 14%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.zbdw {
    /* width: 39% */
}

.jiucuo {
    position: absolute;
    right: 0;
    top: -9px;
}

.jiucuo > span{
    display: inline-block;
    vertical-align: middle;
}

#_span_jiucuo img {
    height: 50px;
    max-width: 100%;
    border: 1px solid #eee !important;
}

#_ideConac img {
    height: 65px;
    max-width: 100%;
}
.jiucuo .ipv6{
    width:80px;
}

.lxwm>a,
.bqsm>a,
.wzdt>a,
.jiucuo>p,
.zbdw>p {
    height: 100%;
    width: 100%;
    display: block;
    color: #333;
    /* padding: 15px; */
    box-sizing: border-box;
    /* border: 1px solid #eee; */
}

.lxwm>a span,
.bqsm>a span,
.wzdt>a span {
    width: 100%;
    height: 40px;
    display: block;
}

.lxwm a>span {
    background: url(../images/icon20.png) no-repeat center center;
}

.bqsm a>span {
    background: url(../images/icon21.png) no-repeat center center;
}

.wzdt a>span {
    background: url(../images/icon22.png) no-repeat center center;
}

.zbdw>p span {
    /* width: 49%; */
    display: inline-block;
    line-height: 25px;
    margin-right: 20px;
}

.zbdw>p span.cb {
    width: 100%;
}

.jiucuo>p {
    display: table;
}

.jiucuo>p>span {
    display: table-cell;
    vertical-align: middle;
}

.biaozhi {
    margin-top: 10px;
    line-height: 25px;
}

.biaozhi span a {
    color: #333;
}

.biaozhi span {
    /* padding: 0 20px; */
    margin-right: 20px;
}

.biaozhi span.jbzx a {
    background: url(../images/icon23.png) no-repeat left center;
    padding-left: 30px;
}

.link {
    color: #000;
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.link_list {
    position: relative;
}

.link_list i,
.link_list li i {
    background: url(../images/l_icon1.png) no-repeat;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 4px;
}

.link_list>div .down_box {
    text-indent: 20px;
    z-index: 100;
    display: none;
    position: absolute;
    left: -3px;
    bottom: 21px;
    background: #fff;
    width: 100%;
    max-height: 300px;
    box-shadow: 1px -2px 6px 0px rgba(0, 0, 0, .175);
    line-height: 30px;
    overflow-y: auto;
}

.link_list>div .down_box ul {
    padding: 20px;
}

.link_list>div .down_box li {
    width: 50%;
    float: left;
    padding: 5px 0;
}

.link_list>div .down_box a {
    padding: 5px 0;
    font-size: 14px;
}

.link_list>div {
    float: left;
    text-align: center;
    padding: 0 20px;
}

.link_list>div.on {
    background: #fff;
}

.link_list>div.on i {
    transform: rotate(180deg);
}
.footer-links{
    background: #004fae;
    padding: 10px 0;
}
.footer-links ul{
    text-align: center;
}
.footer-links ul li{
    display: inline-block;
}
.footer-links ul li:after{
    content: '|';
    color:#fff;
    margin: 0 10px;
}
.footer-links ul li:last-child:after{
    display: none;
}
.footer-links ul li a{
    color:#fff;
    font-size: 14px;
}
.wz {
    background: url("../images/location.png") no-repeat center left;
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    font: 14px '';
    padding-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
}
@media screen and (max-width: 1570px) {
    .search {
        margin-right: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .w1200 {
        width: 98%;
    }
    .top1,
    .logoBox,
    .nav,
    .foot,
    .banner,
    .main {
        width: 98%;
    }
    .lxwm,
    .bqsm,
    .wzdt {
        width: 13%
    }
    .zbdw {
        width: 42%;
    }
    #_span_jiucuo img,
    #_ideConac img {
        height: auto;
    }
    html,
    body {
        /* overflow-x: hidden; */
    }
    .header{
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .search {
        width: 96%;
        margin: 0 auto;
        padding: 3% 0;
        float: none;
    }
    .logo,
    .set {
        float: none;
        width: 100%;
        text-align: center;
    }
    .lxwm,
    .bqsm,
    .wzdt {
        width: 33.3333333%;
        margin-bottom: 14px;
    }
    .zbdw {
        width: 70%;
    }
    .jiucuo {
        width: 30%
    }
    #_span_jiucuo img {
        height: 50px;
        max-width: 100%;
    }
    #_ideConac img {
        height: 65px;
        max-width: 100%;
    }
    .searchInput {
        width: calc(100% - 120px);
    }
    .searchBtn {
        width: 120px;
        background-position: 25px center;
        padding: 0 9px 0 49px;
    }
}

@media screen and (max-width: 768px) {
    .top1 .fl span.weather {
        display: none;
    }
    .set {
        padding: 0;
        display: none;
    }
    .banner {
        height: auto;
    }
    .logo {
        padding: 3% 0 0;
    }
    .zbdw {
        width: 100%;
    }
    .jiucuo {
        display: none;
    }
    .main {
        padding: 8px
    }
    .menu {
        height: auto;
    }
    .nav>li {
        width: 25%;
        margin: 1px 0;
    }
    .nav>li:nth-child(4) {
        border: none;
    }
    .footer{
        padding: 0;
    }
    .foot ul{
        margin: 0;
    }
    .nav>li:nth-child(7) a{
        padding:0 5px !important;
    }
}

@media screen and (max-width: 540px) {
    .nav>li>a {
        font-size: 17px;
    }
    .top1 {
        font-size: 12px;
    }
    .top1 .fr a {
        padding: 0 5px;
    }
    .nav>li {
        width: 33.33333%;
        margin: 1px 0;
    }
    .nav>li:nth-child(3),
    .nav>li:nth-child(6) {
        border: none;
    }
    .nav>li:nth-child(4) {
        border-right: 1px solid #fff;
    }
    .foot ul li.zbdw {
        height: auto;
    }
    .biaozhi span,
    .zbdw>p span {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 375px) {
    .searchInput,
    .searchBtn {
        height: 40px;
        line-height: 40px;
    }
    .searchInput {
        width: calc(100% - 100px)
    }
    .searchBtn {
        width: 100px;
        padding: 0 9px 0 35px;
        background-position: 12px center
    }
    .nav>li>a {
        font-size: 16px;
    }
    .nav>li {
        height: 35px;
        line-height: 35px;
    }
}